home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / USR2400E.INC < prev    next >
Text File  |  1994-03-28  |  904b  |  40 lines

  1. ; USRobotics Courier 2400e and 2400PC w/MNP
  2. ;
  3. ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
  4. ;
  5. ;                      1  2  3  4  5  6  7  8  9  10
  6. ;                      UP UP DN UP DN UP UP DN DN UP
  7. ;
  8. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  9. ; program, type the following lines and press ENTER after each.  Then
  10. ; exit and restart TE/2.
  11. ;
  12. ;       ATE1Q0M1X6V1S7=60S11=60
  13. ;       AT&B0&H1&R2&I0&M4&N0&W
  14. ;
  15.  
  16. Baud          2400
  17. Parity        N
  18. WordLen       8
  19. StopBits      1
  20.  
  21. XonXoff       BOTH
  22. CtsRts        BOTH
  23. MatchBaud     TRUE
  24.  
  25. ModemInitStrg ATZ^M
  26. ModemDialStrg ATDT
  27. ModemDialSufx ^M
  28. ModemHangStrg ;
  29. DTRHangup     TRUE
  30.  
  31. Connect       CONNECT^M,300
  32. Connect       CONNECT_1200,1200
  33. Connect       CONNECT_2400,2400
  34.  
  35. NoConnect     NO_DIAL_TONE
  36. NoConnect     NO_CARRIER
  37. NoConnect     BUSY
  38. NoConnect     VOICE
  39.  
  40.